Initializes a new instance of the Ref Class.Initializes a new instance of the Ref Class.Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim scope As String
Dim name As String
Dim rev As Nullable(Of Integer)

Dim instance As New Ref(Of T)(scope, name, rev)

Syntax

Visual Basic
Public Sub New ( _
		scope As String, _
		name As String, _
		rev As Nullable(Of Integer) _
)
C#
public Ref (
		string scope,
		string name,
		Nullable<int> rev
)
C++
public:
Ref (
		String^ scope, 
		String^ name, 
		Nullable<int> rev
)
J#
public Ref (
		String scope, 
		String name, 
		Nullable<int> rev
)
JScript
public function Ref (
		scope : String, 
		name : String, 
		rev : Nullable<int>
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also